Html Css Color HEX #CCDBBE Ottoman

📋 copy color: '#CCDBBE'

red 204 ◦ green 219 ◦ blue 190

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

Shades of Ottoman #CCDBBE

Tints of Ottoman #CCDBBE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.73%

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

R = 33.28%
G = 35.73%
B = 31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#CCDBBE (or 0xCCDBBE) is known color: Ottoman. HEX triplet: CC, DB and BE. RGB value is (204,219,190). Sum of RGB (Red+Green+Blue) = 204+219+190=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDBBE is #332441. Grayscale: #D3D3D3. Windows color (decimal): -3351618 or 12508108. OLE color: 12508108.

HSL color Cylindrical-coordinate representation of color #CCDBBE: hue angle of 91.03º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCDBBE is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 190 -
CMYK 0.07 0 0.13 0.14
HSL 91.03º 0.29% 0.8% -
HSV(B) 91.03º 0.13% 0.86% -
XYZ 59.53 67.22 58.55 -
YUV 211.21 116.03 122.86 -
System Red Green Blue C M Y K H S L
Decimal 204 219 190 0.07 0 0.13 0.14 91.03 0.29 0.8
Hex CC DB BE 7 0 D E 5B 1D 50
Octal 314 333 276 7 0 15 16 133 35 120
Binary 11001100 11011011 10111110 111 0 1101 1110 1011011 11101 1010000

Color Harmonies of #CCDBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDBBE

Black with #CCDBBE

Text Example


Text Example

White with #CCDBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDBBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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