Html Css Color HEX #CAE6DF Jagged Ice

📋 copy color: '#CAE6DF'

red 202 ◦ green 230 ◦ blue 223

#CAE6DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #CAE6DF

Tints of Jagged Ice #CAE6DF

RGB

 RED value IS 202 (79.3% from 255) = 30.84%

 GREEN value IS 230 (90.23% from 255) = 35.11%

 BLUE value IS 223 (87.5% from 255) = 34.05%

R = 30.84%
G = 35.11%
B = 34.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAE6DF (or 0xCAE6DF) is known color: Jagged Ice. HEX triplet: CA, E6 and DF. RGB value is (202,230,223). Sum of RGB (Red+Green+Blue) = 202+230+223=655 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.84% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 223 (87.5% from 255 or 34.05% from 655); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6DF is #351920. Grayscale: #DCDCDC. Windows color (decimal): -3479841 or 14673610. OLE color: 14673610.

HSL color Cylindrical-coordinate representation of color #CAE6DF: hue angle of 165º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAE6DF is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 223 -
CMYK 0.12 0 0.03 0.10
HSL 165º 0.36% 0.85% -
HSV(B) 165º 0.12% 0.9% -
XYZ 65.97 74.48 80.71 -
YUV 220.83 129.22 114.57 -
System Red Green Blue C M Y K H S L
Decimal 202 230 223 0.12 0 0.03 0.10 165 0.36 0.85
Hex CA E6 DF C 0 3 A A5 24 55
Octal 312 346 337 14 0 3 12 245 44 125
Binary 11001010 11100110 11011111 1100 0 11 1010 10100101 100100 1010101

Color Harmonies of #CAE6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6DF

Black with #CAE6DF

Text Example


Text Example

White with #CAE6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6DF; }

 p { color: rgb(202,230,223); }

 H1.HeaderClassName
 {
   color: #CAE6DF;
 }
 .AnyTagClassName
 {
   color: #CAE6DF;
 }
</style>

background-color css

<style>
 a { background-color: #CAE6DF; }

 a { background-color: rgb(202,230,223); }

 div.DivClassName
 {
   background-color: #CAE6DF;
 }
 .BgClassName
 {
   background-color: #CAE6DF;
 }
</style>

border-color css

<style>
 span { border-color: #CAE6DF; }

 span { border-color: rgb(202,230,223); }

 td.TdClassName
 {
   border-color: #CAE6DF;
 }
 .TagClassName
 {
   border-color: #CAE6DF;
 }
</style>