Html Css Color HEX #CCDEB3 Ottoman

📋 copy color: '#CCDEB3'

red 204 ◦ green 222 ◦ blue 179

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

Shades of Ottoman #CCDEB3

Tints of Ottoman #CCDEB3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.69%

 BLUE value IS 179 (70.31% from 255) = 29.59%

R = 33.72%
G = 36.69%
B = 29.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#CCDEB3 (or 0xCCDEB3) is known color: Ottoman. HEX triplet: CC, DE and B3. RGB value is (204,222,179). Sum of RGB (Red+Green+Blue) = 204+222+179=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEB3 is #33214C. Grayscale: #D3D3D3. Windows color (decimal): -3350861 or 11787980. OLE color: 11787980.

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

Color convert

RGB 204 222 179 -
CMYK 0.08 0 0.19 0.13
HSL 85.12º 0.39% 0.79% -
HSV(B) 85.12º 0.19% 0.87% -
XYZ 59.16 68.33 52.72 -
YUV 211.72 109.54 122.5 -
System Red Green Blue C M Y K H S L
Decimal 204 222 179 0.08 0 0.19 0.13 85.12 0.39 0.79
Hex CC DE B3 8 0 13 D 55 27 4F
Octal 314 336 263 10 0 23 15 125 47 117
Binary 11001100 11011110 10110011 1000 0 10011 1101 1010101 100111 1001111

Color Harmonies of #CCDEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEB3

Black with #CCDEB3

Text Example


Text Example

White with #CCDEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEB3; }

 p { color: rgb(204,222,179); }

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

background-color css

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

 a { background-color: rgb(204,222,179); }

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

border-color css

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

 span { border-color: rgb(204,222,179); }

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