Html Css Color HEX #CAEDD4 Granny Apple

📋 copy color: '#CAEDD4'

red 202 ◦ green 237 ◦ blue 212

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

Shades of Granny Apple #CAEDD4

Tints of Granny Apple #CAEDD4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.41%

 BLUE value IS 212 (83.2% from 255) = 32.57%

R = 31.03%
G = 36.41%
B = 32.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#CAEDD4 (or 0xCAEDD4) is known color: Granny Apple. HEX triplet: CA, ED and D4. RGB value is (202,237,212). Sum of RGB (Red+Green+Blue) = 202+237+212=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 212 (83.20% from 255 or 32.57% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDD4 is #35122B. Grayscale: #DFDFDF. Windows color (decimal): -3478060 or 13954506. OLE color: 13954506.

HSL color Cylindrical-coordinate representation of color #CAEDD4: hue angle of 137.14º degrees, saturation: 0.49, 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 #CAEDD4 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 237 212 -
CMYK 0.15 0 0.11 0.07
HSL 137.14º 0.49% 0.86% -
HSV(B) 137.14º 0.15% 0.93% -
XYZ 66.52 77.88 73.81 -
YUV 223.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 202 237 212 0.15 0 0.11 0.07 137.14 0.49 0.86
Hex CA ED D4 F 0 B 7 89 31 56
Octal 312 355 324 17 0 13 7 211 61 126
Binary 11001010 11101101 11010100 1111 0 1011 111 10001001 110001 1010110

Color Harmonies of #CAEDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEDD4

Black with #CAEDD4

Text Example


Text Example

White with #CAEDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEDD4; }

 p { color: rgb(202,237,212); }

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

background-color css

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

 a { background-color: rgb(202,237,212); }

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

border-color css

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

 span { border-color: rgb(202,237,212); }

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