Html Css Color HEX #CCDAC2 Ottoman

📋 copy color: '#CCDAC2'

red 204 ◦ green 218 ◦ blue 194

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

Shades of Ottoman #CCDAC2

Tints of Ottoman #CCDAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 31.49%

R = 33.12%
G = 35.39%
B = 31.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#CCDAC2 (or 0xCCDAC2) is known color: Ottoman. HEX triplet: CC, DA and C2. RGB value is (204,218,194). Sum of RGB (Red+Green+Blue) = 204+218+194=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAC2 is #33253D. Grayscale: #D3D3D3. Windows color (decimal): -3351870 or 12769996. OLE color: 12769996.

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

Color convert

RGB 204 218 194 -
CMYK 0.06 0 0.11 0.15
HSL 95º 0.24% 0.81% -
HSV(B) 95º 0.11% 0.85% -
XYZ 59.71 66.88 60.8 -
YUV 211.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 204 218 194 0.06 0 0.11 0.15 95 0.24 0.81
Hex CC DA C2 6 0 B F 5F 18 51
Octal 314 332 302 6 0 13 17 137 30 121
Binary 11001100 11011010 11000010 110 0 1011 1111 1011111 11000 1010001

Color Harmonies of #CCDAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAC2

Black with #CCDAC2

Text Example


Text Example

White with #CCDAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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