Html Css Color HEX #CCDABA Ottoman

📋 copy color: '#CCDABA'

red 204 ◦ green 218 ◦ blue 186

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

Shades of Ottoman #CCDABA

Tints of Ottoman #CCDABA

RGB

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

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

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

R = 33.55%
G = 35.86%
B = 30.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#CCDABA (or 0xCCDABA) is known color: Ottoman. HEX triplet: CC, DA and BA. RGB value is (204,218,186). Sum of RGB (Red+Green+Blue) = 204+218+186=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDABA is #332545. Grayscale: #D2D2D2. Windows color (decimal): -3351878 or 12245708. OLE color: 12245708.

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

Color convert

RGB 204 218 186 -
CMYK 0.06 0 0.15 0.15
HSL 86.25º 0.3% 0.79% -
HSV(B) 86.25º 0.15% 0.85% -
XYZ 58.84 66.53 56.19 -
YUV 210.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 204 218 186 0.06 0 0.15 0.15 86.25 0.3 0.79
Hex CC DA BA 6 0 F F 56 1E 4F
Octal 314 332 272 6 0 17 17 126 36 117
Binary 11001100 11011010 10111010 110 0 1111 1111 1010110 11110 1001111

Color Harmonies of #CCDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDABA

Black with #CCDABA

Text Example


Text Example

White with #CCDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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