Html Css Color HEX #CAEACD Granny Apple

📋 copy color: '#CAEACD'

red 202 ◦ green 234 ◦ blue 205

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

Shades of Granny Apple #CAEACD

Tints of Granny Apple #CAEACD

RGB

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

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

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

R = 31.51%
G = 36.51%
B = 31.98%

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

#CAEACD (or 0xCAEACD) is known color: Granny Apple. HEX triplet: CA, EA and CD. RGB value is (202,234,205). Sum of RGB (Red+Green+Blue) = 202+234+205=641 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.51% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEACD is #351532. Grayscale: #DDDDDD. Windows color (decimal): -3478835 or 13494986. OLE color: 13494986.

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

Color convert

RGB 202 234 205 -
CMYK 0.14 0 0.12 0.08
HSL 125.63º 0.43% 0.85% -
HSV(B) 125.63º 0.14% 0.92% -
XYZ 64.8 75.81 68.98 -
YUV 221.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 202 234 205 0.14 0 0.12 0.08 125.63 0.43 0.85
Hex CA EA CD E 0 C 8 7E 2B 55
Octal 312 352 315 16 0 14 10 176 53 125
Binary 11001010 11101010 11001101 1110 0 1100 1000 1111110 101011 1010101

Color Harmonies of #CAEACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEACD

Black with #CAEACD

Text Example


Text Example

White with #CAEACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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