Html Css Color HEX #CAE6D2 Granny Apple

📋 copy color: '#CAE6D2'

red 202 ◦ green 230 ◦ blue 210

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

Shades of Granny Apple #CAE6D2

Tints of Granny Apple #CAE6D2

RGB

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

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

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

R = 31.46%
G = 35.83%
B = 32.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#CAE6D2 (or 0xCAE6D2) is known color: Granny Apple. HEX triplet: CA, E6 and D2. RGB value is (202,230,210). Sum of RGB (Red+Green+Blue) = 202+230+210=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAE6D2 is #35192D. Grayscale: #DBDBDB. Windows color (decimal): -3479854 or 13821642. OLE color: 13821642.

HSL color Cylindrical-coordinate representation of color #CAE6D2: hue angle of 137.14º 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 #CAE6D2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 210 -
CMYK 0.12 0 0.09 0.10
HSL 137.14º 0.36% 0.85% -
HSV(B) 137.14º 0.12% 0.9% -
XYZ 64.29 73.8 71.83 -
YUV 219.35 122.72 115.63 -
System Red Green Blue C M Y K H S L
Decimal 202 230 210 0.12 0 0.09 0.10 137.14 0.36 0.85
Hex CA E6 D2 C 0 9 A 89 24 55
Octal 312 346 322 14 0 11 12 211 44 125
Binary 11001010 11100110 11010010 1100 0 1001 1010 10001001 100100 1010101

Color Harmonies of #CAE6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6D2

Black with #CAE6D2

Text Example


Text Example

White with #CAE6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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