Html Css Color HEX #CCDABE Ottoman

📋 copy color: '#CCDABE'

red 204 ◦ green 218 ◦ blue 190

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

Shades of Ottoman #CCDABE

Tints of Ottoman #CCDABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 31.05%

R = 33.33%
G = 35.62%
B = 31.05%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#CCDABE (or 0xCCDABE) is known color: Ottoman. HEX triplet: CC, DA and BE. RGB value is (204,218,190). Sum of RGB (Red+Green+Blue) = 204+218+190=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDABE is #332541. Grayscale: #D2D2D2. Windows color (decimal): -3351874 or 12507852. OLE color: 12507852.

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

Color convert

RGB 204 218 190 -
CMYK 0.06 0 0.13 0.15
HSL 90º 0.27% 0.8% -
HSV(B) 90º 0.13% 0.85% -
XYZ 59.27 66.7 58.47 -
YUV 210.62 116.36 123.28 -
System Red Green Blue C M Y K H S L
Decimal 204 218 190 0.06 0 0.13 0.15 90 0.27 0.8
Hex CC DA BE 6 0 D F 5A 1B 50
Octal 314 332 276 6 0 15 17 132 33 120
Binary 11001100 11011010 10111110 110 0 1101 1111 1011010 11011 1010000

Color Harmonies of #CCDABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDABE

Black with #CCDABE

Text Example


Text Example

White with #CCDABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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