Html Css Color HEX #CCDBBB Ottoman

📋 copy color: '#CCDBBB'

red 204 ◦ green 219 ◦ blue 187

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

Shades of Ottoman #CCDBBB

Tints of Ottoman #CCDBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.66%

R = 33.44%
G = 35.9%
B = 30.66%

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

#CCDBBB (or 0xCCDBBB) is known color: Ottoman. HEX triplet: CC, DB and BB. RGB value is (204,219,187). Sum of RGB (Red+Green+Blue) = 204+219+187=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 187 (73.44% from 255 or 30.66% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBBB is #332444. Grayscale: #D2D2D2. Windows color (decimal): -3351621 or 12311500. OLE color: 12311500.

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

Color convert

RGB 204 219 187 -
CMYK 0.07 0 0.15 0.14
HSL 88.13º 0.31% 0.8% -
HSV(B) 88.13º 0.15% 0.86% -
XYZ 59.2 67.09 56.84 -
YUV 210.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 204 219 187 0.07 0 0.15 0.14 88.13 0.31 0.8
Hex CC DB BB 7 0 F E 58 1F 50
Octal 314 333 273 7 0 17 16 130 37 120
Binary 11001100 11011011 10111011 111 0 1111 1110 1011000 11111 1010000

Color Harmonies of #CCDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBBB

Black with #CCDBBB

Text Example


Text Example

White with #CCDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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