Html Css Color HEX #CCDAC4 Ottoman

📋 copy color: '#CCDAC4'

red 204 ◦ green 218 ◦ blue 196

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

Shades of Ottoman #CCDAC4

Tints of Ottoman #CCDAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 31.72%

R = 33.01%
G = 35.28%
B = 31.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#CCDAC4 (or 0xCCDAC4) is known color: Ottoman. HEX triplet: CC, DA and C4. RGB value is (204,218,196). Sum of RGB (Red+Green+Blue) = 204+218+196=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 218 (85.55% from 255 or 35.28% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAC4 is #33253B. Grayscale: #D3D3D3. Windows color (decimal): -3351868 or 12901068. OLE color: 12901068.

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

Color convert

RGB 204 218 196 -
CMYK 0.06 0 0.10 0.15
HSL 98.18º 0.23% 0.81% -
HSV(B) 98.18º 0.1% 0.85% -
XYZ 59.94 66.97 61.99 -
YUV 211.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 204 218 196 0.06 0 0.10 0.15 98.18 0.23 0.81
Hex CC DA C4 6 0 A F 62 17 51
Octal 314 332 304 6 0 12 17 142 27 121
Binary 11001100 11011010 11000100 110 0 1010 1111 1100010 10111 1010001

Color Harmonies of #CCDAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDAC4

Black with #CCDAC4

Text Example


Text Example

White with #CCDAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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