Html Css Color HEX #CFDDAB Reef

📋 copy color: '#CFDDAB'

red 207 ◦ green 221 ◦ blue 171

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

Shades of Reef #CFDDAB

Tints of Reef #CFDDAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.55%

R = 34.56%
G = 36.89%
B = 28.55%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#CFDDAB (or 0xCFDDAB) is known color: Reef. HEX triplet: CF, DD and AB. RGB value is (207,221,171). Sum of RGB (Red+Green+Blue) = 207+221+171=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDAB is #302254. Grayscale: #D3D3D3. Windows color (decimal): -3154517 or 11263439. OLE color: 11263439.

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

Color convert

RGB 207 221 171 -
CMYK 0.06 0 0.23 0.13
HSL 76.8º 0.42% 0.77% -
HSV(B) 76.8º 0.23% 0.87% -
XYZ 58.94 67.92 48.53 -
YUV 211.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 207 221 171 0.06 0 0.23 0.13 76.8 0.42 0.77
Hex CF DD AB 6 0 17 D 4D 2A 4D
Octal 317 335 253 6 0 27 15 115 52 115
Binary 11001111 11011101 10101011 110 0 10111 1101 1001101 101010 1001101

Color Harmonies of #CFDDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDDAB

Black with #CFDDAB

Text Example


Text Example

White with #CFDDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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