Html Css Color HEX #CAE1D2 Granny Apple

📋 copy color: '#CAE1D2'

red 202 ◦ green 225 ◦ blue 210

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

Shades of Granny Apple #CAE1D2

Tints of Granny Apple #CAE1D2

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 31.71%
G = 35.32%
B = 32.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#CAE1D2 (or 0xCAE1D2) is known color: Granny Apple. HEX triplet: CA, E1 and D2. RGB value is (202,225,210). Sum of RGB (Red+Green+Blue) = 202+225+210=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 210 (82.42% from 255 or 32.97% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE1D2 is #351E2D. Grayscale: #D8D8D8. Windows color (decimal): -3481134 or 13820362. OLE color: 13820362.

HSL color Cylindrical-coordinate representation of color #CAE1D2: hue angle of 140.87º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAE1D2 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 225 210 -
CMYK 0.10 0 0.07 0.12
HSL 140.87º 0.28% 0.84% -
HSV(B) 140.87º 0.1% 0.88% -
XYZ 62.92 71.06 71.37 -
YUV 216.41 124.38 117.72 -
System Red Green Blue C M Y K H S L
Decimal 202 225 210 0.10 0 0.07 0.12 140.87 0.28 0.84
Hex CA E1 D2 A 0 7 C 8D 1C 54
Octal 312 341 322 12 0 7 14 215 34 124
Binary 11001010 11100001 11010010 1010 0 111 1100 10001101 11100 1010100

Color Harmonies of #CAE1D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE1D2

Black with #CAE1D2

Text Example


Text Example

White with #CAE1D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE1D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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