Html Css Color HEX #CAEBD6 Granny Apple

📋 copy color: '#CAEBD6'

red 202 ◦ green 235 ◦ blue 214

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

Shades of Granny Apple #CAEBD6

Tints of Granny Apple #CAEBD6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.1%

 BLUE value IS 214 (83.98% from 255) = 32.87%

R = 31.03%
G = 36.1%
B = 32.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#CAEBD6 (or 0xCAEBD6) is known color: Granny Apple. HEX triplet: CA, EB and D6. RGB value is (202,235,214). Sum of RGB (Red+Green+Blue) = 202+235+214=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 214 (83.98% from 255 or 32.87% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD6 is #351429. Grayscale: #DEDEDE. Windows color (decimal): -3478570 or 14085066. OLE color: 14085066.

HSL color Cylindrical-coordinate representation of color #CAEBD6: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEBD6 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 235 214 -
CMYK 0.14 0 0.09 0.08
HSL 141.82º 0.45% 0.86% -
HSV(B) 141.82º 0.14% 0.92% -
XYZ 66.2 76.83 74.96 -
YUV 222.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 202 235 214 0.14 0 0.09 0.08 141.82 0.45 0.86
Hex CA EB D6 E 0 9 8 8E 2D 56
Octal 312 353 326 16 0 11 10 216 55 126
Binary 11001010 11101011 11010110 1110 0 1001 1000 10001110 101101 1010110

Color Harmonies of #CAEBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEBD6

Black with #CAEBD6

Text Example


Text Example

White with #CAEBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEBD6; }

 p { color: rgb(202,235,214); }

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

background-color css

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

 a { background-color: rgb(202,235,214); }

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

border-color css

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

 span { border-color: rgb(202,235,214); }

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