Html Css Color HEX #CAEACE Granny Apple

📋 copy color: '#CAEACE'

red 202 ◦ green 234 ◦ blue 206

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

Shades of Granny Apple #CAEACE

Tints of Granny Apple #CAEACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.09%

R = 31.46%
G = 36.45%
B = 32.09%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#CAEACE (or 0xCAEACE) is known color: Granny Apple. HEX triplet: CA, EA and CE. RGB value is (202,234,206). Sum of RGB (Red+Green+Blue) = 202+234+206=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEACE is #351531. Grayscale: #DDDDDD. Windows color (decimal): -3478834 or 13560522. OLE color: 13560522.

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

Color convert

RGB 202 234 206 -
CMYK 0.14 0 0.12 0.08
HSL 127.5º 0.43% 0.85% -
HSV(B) 127.5º 0.14% 0.92% -
XYZ 64.92 75.86 69.61 -
YUV 221.24 119.4 114.28 -
System Red Green Blue C M Y K H S L
Decimal 202 234 206 0.14 0 0.12 0.08 127.5 0.43 0.85
Hex CA EA CE E 0 C 8 80 2B 55
Octal 312 352 316 16 0 14 10 200 53 125
Binary 11001010 11101010 11001110 1110 0 1100 1000 10000000 101011 1010101

Color Harmonies of #CAEACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEACE

Black with #CAEACE

Text Example


Text Example

White with #CAEACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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