Html Css Color HEX #CCDBB9 Ottoman

📋 copy color: '#CCDBB9'

red 204 ◦ green 219 ◦ blue 185

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

Shades of Ottoman #CCDBB9

Tints of Ottoman #CCDBB9

RGB

 RED value IS 204 (80.08% from 255) = 33.55%

 GREEN value IS 219 (85.94% from 255) = 36.02%

 BLUE value IS 185 (72.66% from 255) = 30.43%

R = 33.55%
G = 36.02%
B = 30.43%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#CCDBB9 (or 0xCCDBB9) is known color: Ottoman. HEX triplet: CC, DB and B9. RGB value is (204,219,185). Sum of RGB (Red+Green+Blue) = 204+219+185=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBB9 is #332446. Grayscale: #D2D2D2. Windows color (decimal): -3351623 or 12180428. OLE color: 12180428.

HSL color Cylindrical-coordinate representation of color #CCDBB9: hue angle of 86.47º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDBB9 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 185 -
CMYK 0.07 0 0.16 0.14
HSL 86.47º 0.32% 0.79% -
HSV(B) 86.47º 0.16% 0.86% -
XYZ 58.99 67 55.72 -
YUV 210.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 204 219 185 0.07 0 0.16 0.14 86.47 0.32 0.79
Hex CC DB B9 7 0 10 E 56 20 4F
Octal 314 333 271 7 0 20 16 126 40 117
Binary 11001100 11011011 10111001 111 0 10000 1110 1010110 100000 1001111

Color Harmonies of #CCDBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBB9

Black with #CCDBB9

Text Example


Text Example

White with #CCDBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBB9; }

 p { color: rgb(204,219,185); }

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

background-color css

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

 a { background-color: rgb(204,219,185); }

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

border-color css

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

 span { border-color: rgb(204,219,185); }

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