Html Css Color HEX #CDDDBB Ottoman

📋 copy color: '#CDDDBB'

red 205 ◦ green 221 ◦ blue 187

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

Shades of Ottoman #CDDDBB

Tints of Ottoman #CDDDBB

RGB

 RED value IS 205 (80.47% from 255) = 33.44%

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

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

R = 33.44%
G = 36.05%
B = 30.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#CDDDBB (or 0xCDDDBB) is known color: Ottoman. HEX triplet: CD, DD and BB. RGB value is (205,221,187). Sum of RGB (Red+Green+Blue) = 205+221+187=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDBB is #322244. Grayscale: #D4D4D4. Windows color (decimal): -3285573 or 12312013. OLE color: 12312013.

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

Color convert

RGB 205 221 187 -
CMYK 0.07 0 0.15 0.13
HSL 88.24º 0.33% 0.8% -
HSV(B) 88.24º 0.15% 0.87% -
XYZ 60 68.28 57.03 -
YUV 212.34 113.7 122.76 -
System Red Green Blue C M Y K H S L
Decimal 205 221 187 0.07 0 0.15 0.13 88.24 0.33 0.8
Hex CD DD BB 7 0 F D 58 21 50
Octal 315 335 273 7 0 17 15 130 41 120
Binary 11001101 11011101 10111011 111 0 1111 1101 1011000 100001 1010000

Color Harmonies of #CDDDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDBB

Black with #CDDDBB

Text Example


Text Example

White with #CDDDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDBB; }

 p { color: rgb(205,221,187); }

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

background-color css

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

 a { background-color: rgb(205,221,187); }

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

border-color css

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

 span { border-color: rgb(205,221,187); }

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