Html Css Color HEX #CCDDC2 Ottoman

📋 copy color: '#CCDDC2'

red 204 ◦ green 221 ◦ blue 194

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

Shades of Ottoman #CCDDC2

Tints of Ottoman #CCDDC2

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.7%

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

R = 32.96%
G = 35.7%
B = 31.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#CCDDC2 (or 0xCCDDC2) is known color: Ottoman. HEX triplet: CC, DD and C2. RGB value is (204,221,194). Sum of RGB (Red+Green+Blue) = 204+221+194=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 194 (76.17% from 255 or 31.34% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC2 is #33223D. Grayscale: #D4D4D4. Windows color (decimal): -3351102 or 12770764. OLE color: 12770764.

HSL color Cylindrical-coordinate representation of color #CCDDC2: hue angle of 97.78º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDDC2 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 221 194 -
CMYK 0.08 0 0.12 0.13
HSL 97.78º 0.28% 0.81% -
HSV(B) 97.78º 0.12% 0.87% -
XYZ 60.5 68.45 61.06 -
YUV 212.84 117.37 121.7 -
System Red Green Blue C M Y K H S L
Decimal 204 221 194 0.08 0 0.12 0.13 97.78 0.28 0.81
Hex CC DD C2 8 0 C D 62 1C 51
Octal 314 335 302 10 0 14 15 142 34 121
Binary 11001100 11011101 11000010 1000 0 1100 1101 1100010 11100 1010001

Color Harmonies of #CCDDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDDC2

Black with #CCDDC2

Text Example


Text Example

White with #CCDDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDDC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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