Html Css Color HEX #CBECD2 Granny Apple

📋 copy color: '#CBECD2'

red 203 ◦ green 236 ◦ blue 210

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

Shades of Granny Apple #CBECD2

Tints of Granny Apple #CBECD2

RGB

 RED value IS 203 (79.69% from 255) = 31.28%

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

 BLUE value IS 210 (82.42% from 255) = 32.36%

R = 31.28%
G = 36.36%
B = 32.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#CBECD2 (or 0xCBECD2) is known color: Granny Apple. HEX triplet: CB, EC and D2. RGB value is (203,236,210). Sum of RGB (Red+Green+Blue) = 203+236+210=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD2 is #34132D. Grayscale: #DFDFDF. Windows color (decimal): -3412782 or 13823179. OLE color: 13823179.

HSL color Cylindrical-coordinate representation of color #CBECD2: hue angle of 132.73º degrees, saturation: 0.46, 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 #CBECD2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 236 210 -
CMYK 0.14 0 0.11 0.07
HSL 132.73º 0.46% 0.86% -
HSV(B) 132.73º 0.14% 0.93% -
XYZ 66.26 77.34 72.41 -
YUV 223.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 203 236 210 0.14 0 0.11 0.07 132.73 0.46 0.86
Hex CB EC D2 E 0 B 7 85 2E 56
Octal 313 354 322 16 0 13 7 205 56 126
Binary 11001011 11101100 11010010 1110 0 1011 111 10000101 101110 1010110

Color Harmonies of #CBECD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECD2

Black with #CBECD2

Text Example


Text Example

White with #CBECD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECD2; }

 p { color: rgb(203,236,210); }

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

background-color css

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

 a { background-color: rgb(203,236,210); }

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

border-color css

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

 span { border-color: rgb(203,236,210); }

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