Html Css Color HEX #CFDBAE Orinoco

📋 copy color: '#CFDBAE'

red 207 ◦ green 219 ◦ blue 174

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

Shades of Orinoco #CFDBAE

Tints of Orinoco #CFDBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29%

R = 34.5%
G = 36.5%
B = 29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#CFDBAE (or 0xCFDBAE) is known color: Orinoco. HEX triplet: CF, DB and AE. RGB value is (207,219,174). Sum of RGB (Red+Green+Blue) = 207+219+174=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 174 (68.36% from 255 or 29% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDBAE is #302451. Grayscale: #D2D2D2. Windows color (decimal): -3155026 or 11459535. OLE color: 11459535.

HSL color Cylindrical-coordinate representation of color #CFDBAE: hue angle of 76º degrees, saturation: 0.38, 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 #CFDBAE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 219 174 -
CMYK 0.05 0 0.21 0.14
HSL 76º 0.38% 0.77% -
HSV(B) 76º 0.21% 0.86% -
XYZ 58.7 66.98 49.88 -
YUV 210.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 207 219 174 0.05 0 0.21 0.14 76 0.38 0.77
Hex CF DB AE 5 0 15 E 4C 26 4D
Octal 317 333 256 5 0 25 16 114 46 115
Binary 11001111 11011011 10101110 101 0 10101 1110 1001100 100110 1001101

Color Harmonies of #CFDBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDBAE

Black with #CFDBAE

Text Example


Text Example

White with #CFDBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDBAE; }

 p { color: rgb(207,219,174); }

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

background-color css

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

 a { background-color: rgb(207,219,174); }

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

border-color css

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

 span { border-color: rgb(207,219,174); }

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