Html Css Color HEX #CCDAB8 Ottoman

📋 copy color: '#CCDAB8'

red 204 ◦ green 218 ◦ blue 184

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

Shades of Ottoman #CCDAB8

Tints of Ottoman #CCDAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.97%

 BLUE value IS 184 (72.27% from 255) = 30.36%

R = 33.66%
G = 35.97%
B = 30.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#CCDAB8 (or 0xCCDAB8) is known color: Ottoman. HEX triplet: CC, DA and B8. RGB value is (204,218,184). Sum of RGB (Red+Green+Blue) = 204+218+184=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 184 (72.27% from 255 or 30.36% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAB8 is #332547. Grayscale: #D2D2D2. Windows color (decimal): -3351880 or 12114636. OLE color: 12114636.

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

Color convert

RGB 204 218 184 -
CMYK 0.06 0 0.16 0.15
HSL 84.71º 0.31% 0.79% -
HSV(B) 84.71º 0.16% 0.85% -
XYZ 58.62 66.44 55.08 -
YUV 209.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 204 218 184 0.06 0 0.16 0.15 84.71 0.31 0.79
Hex CC DA B8 6 0 10 F 55 1F 4F
Octal 314 332 270 6 0 20 17 125 37 117
Binary 11001100 11011010 10111000 110 0 10000 1111 1010101 11111 1001111

Color Harmonies of #CCDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAB8

Black with #CCDAB8

Text Example


Text Example

White with #CCDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAB8; }

 p { color: rgb(204,218,184); }

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

background-color css

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

 a { background-color: rgb(204,218,184); }

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

border-color css

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

 span { border-color: rgb(204,218,184); }

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