Html Css Color HEX #CBECD6 Granny Apple

📋 copy color: '#CBECD6'

red 203 ◦ green 236 ◦ blue 214

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

Shades of Granny Apple #CBECD6

Tints of Granny Apple #CBECD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.77%

R = 31.09%
G = 36.14%
B = 32.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#CBECD6 (or 0xCBECD6) is known color: Granny Apple. HEX triplet: CB, EC and D6. RGB value is (203,236,214). Sum of RGB (Red+Green+Blue) = 203+236+214=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 214 (83.98% from 255 or 32.77% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD6 is #341329. Grayscale: #DFDFDF. Windows color (decimal): -3412778 or 14085323. OLE color: 14085323.

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

Color convert

RGB 203 236 214 -
CMYK 0.14 0 0.09 0.07
HSL 140º 0.46% 0.86% -
HSV(B) 140º 0.14% 0.93% -
XYZ 66.76 77.54 75.07 -
YUV 223.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 203 236 214 0.14 0 0.09 0.07 140 0.46 0.86
Hex CB EC D6 E 0 9 7 8C 2E 56
Octal 313 354 326 16 0 11 7 214 56 126
Binary 11001011 11101100 11010110 1110 0 1001 111 10001100 101110 1010110

Color Harmonies of #CBECD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECD6

Black with #CBECD6

Text Example


Text Example

White with #CBECD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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