Html Css Color HEX #CBDDD1 Granny Apple

📋 copy color: '#CBDDD1'

red 203 ◦ green 221 ◦ blue 209

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

Shades of Granny Apple #CBDDD1

Tints of Granny Apple #CBDDD1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.91%

 BLUE value IS 209 (82.03% from 255) = 33.02%

R = 32.07%
G = 34.91%
B = 33.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#CBDDD1 (or 0xCBDDD1) is known color: Granny Apple. HEX triplet: CB, DD and D1. RGB value is (203,221,209). Sum of RGB (Red+Green+Blue) = 203+221+209=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD1 is #34222E. Grayscale: #D6D6D6. Windows color (decimal): -3416623 or 13753803. OLE color: 13753803.

HSL color Cylindrical-coordinate representation of color #CBDDD1: hue angle of 140º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBDDD1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 221 209 -
CMYK 0.08 0 0.05 0.13
HSL 140º 0.21% 0.83% -
HSV(B) 140º 0.08% 0.87% -
XYZ 61.99 69.01 70.38 -
YUV 214.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 203 221 209 0.08 0 0.05 0.13 140 0.21 0.83
Hex CB DD D1 8 0 5 D 8C 15 53
Octal 313 335 321 10 0 5 15 214 25 123
Binary 11001011 11011101 11010001 1000 0 101 1101 10001100 10101 1010011

Color Harmonies of #CBDDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDDD1

Black with #CBDDD1

Text Example


Text Example

White with #CBDDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDDD1; }

 p { color: rgb(203,221,209); }

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

background-color css

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

 a { background-color: rgb(203,221,209); }

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

border-color css

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

 span { border-color: rgb(203,221,209); }

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