Html Css Color HEX #CCDABB Ottoman

📋 copy color: '#CCDABB'

red 204 ◦ green 218 ◦ blue 187

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

Shades of Ottoman #CCDABB

Tints of Ottoman #CCDABB

RGB

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

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

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

R = 33.5%
G = 35.8%
B = 30.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#CCDABB (or 0xCCDABB) is known color: Ottoman. HEX triplet: CC, DA and BB. RGB value is (204,218,187). Sum of RGB (Red+Green+Blue) = 204+218+187=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDABB is #332544. Grayscale: #D2D2D2. Windows color (decimal): -3351877 or 12311244. OLE color: 12311244.

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

Color convert

RGB 204 218 187 -
CMYK 0.06 0 0.14 0.15
HSL 87.1º 0.3% 0.79% -
HSV(B) 87.1º 0.14% 0.85% -
XYZ 58.94 66.57 56.76 -
YUV 210.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 204 218 187 0.06 0 0.14 0.15 87.1 0.3 0.79
Hex CC DA BB 6 0 E F 57 1E 4F
Octal 314 332 273 6 0 16 17 127 36 117
Binary 11001100 11011010 10111011 110 0 1110 1111 1010111 11110 1001111

Color Harmonies of #CCDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDABB

Black with #CCDABB

Text Example


Text Example

White with #CCDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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