Html Css Color HEX #CAECE7 Jagged Ice

📋 copy color: '#CAECE7'

red 202 ◦ green 236 ◦ blue 231

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

Shades of Jagged Ice #CAECE7

Tints of Jagged Ice #CAECE7

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.28%

 BLUE value IS 231 (90.63% from 255) = 34.53%

R = 30.19%
G = 35.28%
B = 34.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#CAECE7 (or 0xCAECE7) is known color: Jagged Ice. HEX triplet: CA, EC and E7. RGB value is (202,236,231). Sum of RGB (Red+Green+Blue) = 202+236+231=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAECE7 is #351318. Grayscale: #E1E1E1. Windows color (decimal): -3478297 or 15199434. OLE color: 15199434.

HSL color Cylindrical-coordinate representation of color #CAECE7: hue angle of 171.18º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECE7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 236 231 -
CMYK 0.14 0 0.02 0.07
HSL 171.18º 0.47% 0.86% -
HSV(B) 171.18º 0.14% 0.93% -
XYZ 68.78 78.32 87.09 -
YUV 225.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 202 236 231 0.14 0 0.02 0.07 171.18 0.47 0.86
Hex CA EC E7 E 0 2 7 AB 2F 56
Octal 312 354 347 16 0 2 7 253 57 126
Binary 11001010 11101100 11100111 1110 0 10 111 10101011 101111 1010110

Color Harmonies of #CAECE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECE7

Black with #CAECE7

Text Example


Text Example

White with #CAECE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECE7; }

 p { color: rgb(202,236,231); }

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

background-color css

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

 a { background-color: rgb(202,236,231); }

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

border-color css

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

 span { border-color: rgb(202,236,231); }

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