#CFDCAD

Color #CFDCAD Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CFDCAD

Tints of Orinoco #CFDCAD

Color information

#CFDCAD (or 0xCFDCAD) is unknown color: approx Orinoco. HEX triplet: CF, DC and AD. RGB value is (207,220,173). Sum of RGB (Red+Green+Blue) = 207+220+173=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 173 (67.97% from 255 or 28.83% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDCAD is #302352. Grayscale: #D2D2D2. Windows color (decimal): -3154771 or 11394255. OLE color: 11394255.

HSL color Cylindrical-coordinate representation of color #CFDCAD: hue angle of 76.6º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFDCAD is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB207220173-
CMYK0.0600.210.14
HSL76.6º40.17%77.06%-
HSV(B)76.6º21.36%86.27%-
XYZ58.8767.4749.46-
YUV210.76106.69125.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.5%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 173 (67.97% from 255) = 28.83%
R=34.5%
G=36.67%
B=28.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2072201730.0600.210.1476.640.1777.06
HexCFDCAD6015E4d284d
Octal31733425560251611550115
Binary110011111101110010101101110010101111010011011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDCAD; }

 p { color: rgb(207,220,173); }

 H1.HeaderClassName
 {
   color: #CFDCAD;
 }
 .AnyTagClassName
 {
   color: #CFDCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(207,220,173); }

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

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

 span { border-color: rgb(207,220,173); }

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