Html Css Color HEX #CAEED2 Granny Apple

📋 copy color: '#CAEED2'

red 202 ◦ green 238 ◦ blue 210

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

Shades of Granny Apple #CAEED2

Tints of Granny Apple #CAEED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.31%

R = 31.08%
G = 36.62%
B = 32.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#CAEED2 (or 0xCAEED2) is known color: Granny Apple. HEX triplet: CA, EE and D2. RGB value is (202,238,210). Sum of RGB (Red+Green+Blue) = 202+238+210=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 238 (93.36% from 255 or 36.62% from 650); Blue value is 210 (82.42% from 255 or 32.31% from 650); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEED2 is #35112D. Grayscale: #E0E0E0. Windows color (decimal): -3477806 or 13823690. OLE color: 13823690.

HSL color Cylindrical-coordinate representation of color #CAEED2: hue angle of 133.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 #CAEED2 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 238 210 -
CMYK 0.15 0 0.12 0.07
HSL 133.33º 0.51% 0.86% -
HSV(B) 133.33º 0.15% 0.93% -
XYZ 66.56 78.36 72.59 -
YUV 224.04 120.07 112.28 -
System Red Green Blue C M Y K H S L
Decimal 202 238 210 0.15 0 0.12 0.07 133.33 0.51 0.86
Hex CA EE D2 F 0 C 7 85 33 56
Octal 312 356 322 17 0 14 7 205 63 126
Binary 11001010 11101110 11010010 1111 0 1100 111 10000101 110011 1010110

Color Harmonies of #CAEED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEED2

Black with #CAEED2

Text Example


Text Example

White with #CAEED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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