Html Css Color HEX #CAEECC Granny Apple

📋 copy color: '#CAEECC'

red 202 ◦ green 238 ◦ blue 204

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

Shades of Granny Apple #CAEECC

Tints of Granny Apple #CAEECC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.96%

 BLUE value IS 204 (80.08% from 255) = 31.68%

R = 31.37%
G = 36.96%
B = 31.68%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#CAEECC (or 0xCAEECC) is known color: Granny Apple. HEX triplet: CA, EE and CC. RGB value is (202,238,204). Sum of RGB (Red+Green+Blue) = 202+238+204=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEECC is #351133. Grayscale: #DFDFDF. Windows color (decimal): -3477812 or 13430474. OLE color: 13430474.

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

Color convert

RGB 202 238 204 -
CMYK 0.15 0 0.14 0.07
HSL 123.33º 0.51% 0.86% -
HSV(B) 123.33º 0.15% 0.93% -
XYZ 65.83 78.07 68.73 -
YUV 223.36 117.07 112.76 -
System Red Green Blue C M Y K H S L
Decimal 202 238 204 0.15 0 0.14 0.07 123.33 0.51 0.86
Hex CA EE CC F 0 E 7 7B 33 56
Octal 312 356 314 17 0 16 7 173 63 126
Binary 11001010 11101110 11001100 1111 0 1110 111 1111011 110011 1010110

Color Harmonies of #CAEECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEECC

Black with #CAEECC

Text Example


Text Example

White with #CAEECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEECC; }

 p { color: rgb(202,238,204); }

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

background-color css

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

 a { background-color: rgb(202,238,204); }

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

border-color css

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

 span { border-color: rgb(202,238,204); }

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