Html Css Color HEX #CCDBBA Ottoman

📋 copy color: '#CCDBBA'

red 204 ◦ green 219 ◦ blue 186

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

Shades of Ottoman #CCDBBA

Tints of Ottoman #CCDBBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.54%

R = 33.5%
G = 35.96%
B = 30.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#CCDBBA (or 0xCCDBBA) is known color: Ottoman. HEX triplet: CC, DB and BA. RGB value is (204,219,186). Sum of RGB (Red+Green+Blue) = 204+219+186=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 219 (85.94% from 255 or 35.96% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBBA is #332445. Grayscale: #D2D2D2. Windows color (decimal): -3351622 or 12245964. OLE color: 12245964.

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

Color convert

RGB 204 219 186 -
CMYK 0.07 0 0.15 0.14
HSL 87.27º 0.31% 0.79% -
HSV(B) 87.27º 0.15% 0.86% -
XYZ 59.1 67.05 56.28 -
YUV 210.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 204 219 186 0.07 0 0.15 0.14 87.27 0.31 0.79
Hex CC DB BA 7 0 F E 57 1F 4F
Octal 314 333 272 7 0 17 16 127 37 117
Binary 11001100 11011011 10111010 111 0 1111 1110 1010111 11111 1001111

Color Harmonies of #CCDBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBBA

Black with #CCDBBA

Text Example


Text Example

White with #CCDBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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