Html Css Color HEX #CBECD5 Granny Apple

📋 copy color: '#CBECD5'

red 203 ◦ green 236 ◦ blue 213

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

Shades of Granny Apple #CBECD5

Tints of Granny Apple #CBECD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.67%

R = 31.13%
G = 36.2%
B = 32.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#CBECD5 (or 0xCBECD5) is known color: Granny Apple. HEX triplet: CB, EC and D5. RGB value is (203,236,213). Sum of RGB (Red+Green+Blue) = 203+236+213=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECD5 is #34132A. Grayscale: #DFDFDF. Windows color (decimal): -3412779 or 14019787. OLE color: 14019787.

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

Color convert

RGB 203 236 213 -
CMYK 0.14 0 0.10 0.07
HSL 138.18º 0.46% 0.86% -
HSV(B) 138.18º 0.14% 0.93% -
XYZ 66.63 77.49 74.4 -
YUV 223.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 203 236 213 0.14 0 0.10 0.07 138.18 0.46 0.86
Hex CB EC D5 E 0 A 7 8A 2E 56
Octal 313 354 325 16 0 12 7 212 56 126
Binary 11001011 11101100 11010101 1110 0 1010 111 10001010 101110 1010110

Color Harmonies of #CBECD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECD5

Black with #CBECD5

Text Example


Text Example

White with #CBECD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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