Html Css Color HEX #CCDEBC Ottoman

📋 copy color: '#CCDEBC'

red 204 ◦ green 222 ◦ blue 188

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

Shades of Ottoman #CCDEBC

Tints of Ottoman #CCDEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.62%

R = 33.22%
G = 36.16%
B = 30.62%

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

#CCDEBC (or 0xCCDEBC) is known color: Ottoman. HEX triplet: CC, DE and BC. RGB value is (204,222,188). Sum of RGB (Red+Green+Blue) = 204+222+188=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEBC is #332143. Grayscale: #D4D4D4. Windows color (decimal): -3350852 or 12377804. OLE color: 12377804.

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

Color convert

RGB 204 222 188 -
CMYK 0.08 0 0.15 0.13
HSL 91.76º 0.34% 0.8% -
HSV(B) 91.76º 0.15% 0.87% -
XYZ 60.1 68.71 57.67 -
YUV 212.74 114.04 121.76 -
System Red Green Blue C M Y K H S L
Decimal 204 222 188 0.08 0 0.15 0.13 91.76 0.34 0.8
Hex CC DE BC 8 0 F D 5C 22 50
Octal 314 336 274 10 0 17 15 134 42 120
Binary 11001100 11011110 10111100 1000 0 1111 1101 1011100 100010 1010000

Color Harmonies of #CCDEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEBC

Black with #CCDEBC

Text Example


Text Example

White with #CCDEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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