Html Css Color HEX #CAEECB Granny Apple

📋 copy color: '#CAEECB'

red 202 ◦ green 238 ◦ blue 203

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

Shades of Granny Apple #CAEECB

Tints of Granny Apple #CAEECB

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.01%

 BLUE value IS 203 (79.69% from 255) = 31.57%

R = 31.42%
G = 37.01%
B = 31.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#CAEECB (or 0xCAEECB) is known color: Granny Apple. HEX triplet: CA, EE and CB. RGB value is (202,238,203). Sum of RGB (Red+Green+Blue) = 202+238+203=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 203 (79.69% from 255 or 31.57% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEECB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEECB is #351134. Grayscale: #DFDFDF. Windows color (decimal): -3477813 or 13364938. OLE color: 13364938.

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

Color convert

RGB 202 238 203 -
CMYK 0.15 0 0.15 0.07
HSL 121.67º 0.51% 0.86% -
HSV(B) 121.67º 0.15% 0.93% -
XYZ 65.71 78.02 68.1 -
YUV 223.25 116.57 112.85 -
System Red Green Blue C M Y K H S L
Decimal 202 238 203 0.15 0 0.15 0.07 121.67 0.51 0.86
Hex CA EE CB F 0 F 7 7A 33 56
Octal 312 356 313 17 0 17 7 172 63 126
Binary 11001010 11101110 11001011 1111 0 1111 111 1111010 110011 1010110

Color Harmonies of #CAEECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEECB

Black with #CAEECB

Text Example


Text Example

White with #CAEECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEECB; }

 p { color: rgb(202,238,203); }

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

background-color css

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

 a { background-color: rgb(202,238,203); }

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

border-color css

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

 span { border-color: rgb(202,238,203); }

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