Html Css Color HEX #CFDDC3 Ottoman

📋 copy color: '#CFDDC3'

red 207 ◦ green 221 ◦ blue 195

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

Shades of Ottoman #CFDDC3

Tints of Ottoman #CFDDC3

RGB

 RED value IS 207 (81.25% from 255) = 33.23%

 GREEN value IS 221 (86.72% from 255) = 35.47%

 BLUE value IS 195 (76.56% from 255) = 31.3%

R = 33.23%
G = 35.47%
B = 31.3%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#CFDDC3 (or 0xCFDDC3) is known color: Ottoman. HEX triplet: CF, DD and C3. RGB value is (207,221,195). Sum of RGB (Red+Green+Blue) = 207+221+195=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 195 (76.56% from 255 or 31.30% from 623); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC3 is #30223C. Grayscale: #D5D5D5. Windows color (decimal): -3154493 or 12836303. OLE color: 12836303.

HSL color Cylindrical-coordinate representation of color #CFDDC3: hue angle of 92.31º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFDDC3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 221 195 -
CMYK 0.06 0 0.12 0.13
HSL 92.31º 0.28% 0.82% -
HSV(B) 92.31º 0.12% 0.87% -
XYZ 61.44 68.92 61.69 -
YUV 213.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 207 221 195 0.06 0 0.12 0.13 92.31 0.28 0.82
Hex CF DD C3 6 0 C D 5C 1C 52
Octal 317 335 303 6 0 14 15 134 34 122
Binary 11001111 11011101 11000011 110 0 1100 1101 1011100 11100 1010010

Color Harmonies of #CFDDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDC3

Black with #CFDDC3

Text Example


Text Example

White with #CFDDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDC3; }

 p { color: rgb(207,221,195); }

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

background-color css

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

 a { background-color: rgb(207,221,195); }

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

border-color css

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

 span { border-color: rgb(207,221,195); }

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