Html Css Color HEX #CAEACC Granny Apple

📋 copy color: '#CAEACC'

red 202 ◦ green 234 ◦ blue 204

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

Shades of Granny Apple #CAEACC

Tints of Granny Apple #CAEACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.56%

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 31.56%
G = 36.56%
B = 31.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#CAEACC (or 0xCAEACC) is known color: Granny Apple. HEX triplet: CA, EA and CC. RGB value is (202,234,204). Sum of RGB (Red+Green+Blue) = 202+234+204=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEACC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEACC is #351533. Grayscale: #DDDDDD. Windows color (decimal): -3478836 or 13429450. OLE color: 13429450.

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

Color convert

RGB 202 234 204 -
CMYK 0.14 0 0.13 0.08
HSL 123.75º 0.43% 0.85% -
HSV(B) 123.75º 0.14% 0.92% -
XYZ 64.68 75.76 68.34 -
YUV 221.01 118.4 114.44 -
System Red Green Blue C M Y K H S L
Decimal 202 234 204 0.14 0 0.13 0.08 123.75 0.43 0.85
Hex CA EA CC E 0 D 8 7C 2B 55
Octal 312 352 314 16 0 15 10 174 53 125
Binary 11001010 11101010 11001100 1110 0 1101 1000 1111100 101011 1010101

Color Harmonies of #CAEACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEACC

Black with #CAEACC

Text Example


Text Example

White with #CAEACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEACC; }

 p { color: rgb(202,234,204); }

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

background-color css

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

 a { background-color: rgb(202,234,204); }

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

border-color css

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

 span { border-color: rgb(202,234,204); }

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