Html Css Color HEX #CAEBD4 Granny Apple

📋 copy color: '#CAEBD4'

red 202 ◦ green 235 ◦ blue 212

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

Shades of Granny Apple #CAEBD4

Tints of Granny Apple #CAEBD4

RGB

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

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

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

R = 31.12%
G = 36.21%
B = 32.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.08

RGB Variations

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

Color information

#CAEBD4 (or 0xCAEBD4) is known color: Granny Apple. HEX triplet: CA, EB and D4. RGB value is (202,235,212). Sum of RGB (Red+Green+Blue) = 202+235+212=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #CAEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEBD4 is #35142B. Grayscale: #DEDEDE. Windows color (decimal): -3478572 or 13953994. OLE color: 13953994.

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

Color convert

RGB 202 235 212 -
CMYK 0.14 0 0.10 0.08
HSL 138.18º 0.45% 0.86% -
HSV(B) 138.18º 0.14% 0.92% -
XYZ 65.95 76.73 73.62 -
YUV 222.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 202 235 212 0.14 0 0.10 0.08 138.18 0.45 0.86
Hex CA EB D4 E 0 A 8 8A 2D 56
Octal 312 353 324 16 0 12 10 212 55 126
Binary 11001010 11101011 11010100 1110 0 1010 1000 10001010 101101 1010110

Color Harmonies of #CAEBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEBD4

Black with #CAEBD4

Text Example


Text Example

White with #CAEBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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