Html Css Color HEX #CCDEBD Ottoman

📋 copy color: '#CCDEBD'

red 204 ◦ green 222 ◦ blue 189

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

Shades of Ottoman #CCDEBD

Tints of Ottoman #CCDEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.73%

R = 33.17%
G = 36.1%
B = 30.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#CCDEBD (or 0xCCDEBD) is known color: Ottoman. HEX triplet: CC, DE and BD. RGB value is (204,222,189). Sum of RGB (Red+Green+Blue) = 204+222+189=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEBD is #332142. Grayscale: #D4D4D4. Windows color (decimal): -3350851 or 12443340. OLE color: 12443340.

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

Color convert

RGB 204 222 189 -
CMYK 0.08 0 0.15 0.13
HSL 92.73º 0.33% 0.81% -
HSV(B) 92.73º 0.15% 0.87% -
XYZ 60.21 68.75 58.24 -
YUV 212.86 114.54 121.68 -
System Red Green Blue C M Y K H S L
Decimal 204 222 189 0.08 0 0.15 0.13 92.73 0.33 0.81
Hex CC DE BD 8 0 F D 5D 21 51
Octal 314 336 275 10 0 17 15 135 41 121
Binary 11001100 11011110 10111101 1000 0 1111 1101 1011101 100001 1010001

Color Harmonies of #CCDEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEBD

Black with #CCDEBD

Text Example


Text Example

White with #CCDEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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