Html Css Color HEX #CAECCD Granny Apple

📋 copy color: '#CAECCD'

red 202 ◦ green 236 ◦ blue 205

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

Shades of Granny Apple #CAECCD

Tints of Granny Apple #CAECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 36.7%

 BLUE value IS 205 (80.47% from 255) = 31.88%

R = 31.42%
G = 36.7%
B = 31.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#CAECCD (or 0xCAECCD) is known color: Granny Apple. HEX triplet: CA, EC and CD. RGB value is (202,236,205). Sum of RGB (Red+Green+Blue) = 202+236+205=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECCD is #351332. Grayscale: #DEDEDE. Windows color (decimal): -3478323 or 13495498. OLE color: 13495498.

HSL color Cylindrical-coordinate representation of color #CAECCD: hue angle of 125.29º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECCD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 236 205 -
CMYK 0.14 0 0.13 0.07
HSL 125.29º 0.47% 0.86% -
HSV(B) 125.29º 0.14% 0.93% -
XYZ 65.37 76.96 69.17 -
YUV 222.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 202 236 205 0.14 0 0.13 0.07 125.29 0.47 0.86
Hex CA EC CD E 0 D 7 7D 2F 56
Octal 312 354 315 16 0 15 7 175 57 126
Binary 11001010 11101100 11001101 1110 0 1101 111 1111101 101111 1010110

Color Harmonies of #CAECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAECCD

Black with #CAECCD

Text Example


Text Example

White with #CAECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAECCD; }

 p { color: rgb(202,236,205); }

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

background-color css

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

 a { background-color: rgb(202,236,205); }

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

border-color css

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

 span { border-color: rgb(202,236,205); }

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