Html Css Color HEX #CFDEA5 Reef

📋 copy color: '#CFDEA5'

red 207 ◦ green 222 ◦ blue 165

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

Shades of Reef #CFDEA5

Tints of Reef #CFDEA5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.37%

 BLUE value IS 165 (64.84% from 255) = 27.78%

R = 34.85%
G = 37.37%
B = 27.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#CFDEA5 (or 0xCFDEA5) is known color: Reef. HEX triplet: CF, DE and A5. RGB value is (207,222,165). Sum of RGB (Red+Green+Blue) = 207+222+165=594 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.85% from 594); Green value is 222 (87.11% from 255 or 37.37% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEA5 is #30215A. Grayscale: #D3D3D3. Windows color (decimal): -3154267 or 10870479. OLE color: 10870479.

HSL color Cylindrical-coordinate representation of color #CFDEA5: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFDEA5 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 165 -
CMYK 0.07 0 0.26 0.13
HSL 75.79º 0.46% 0.76% -
HSV(B) 75.79º 0.26% 0.87% -
XYZ 58.64 68.22 45.68 -
YUV 211.02 102.03 125.13 -
System Red Green Blue C M Y K H S L
Decimal 207 222 165 0.07 0 0.26 0.13 75.79 0.46 0.76
Hex CF DE A5 7 0 1A D 4C 2E 4C
Octal 317 336 245 7 0 32 15 114 56 114
Binary 11001111 11011110 10100101 111 0 11010 1101 1001100 101110 1001100

Color Harmonies of #CFDEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEA5

Black with #CFDEA5

Text Example


Text Example

White with #CFDEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEA5; }

 p { color: rgb(207,222,165); }

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

background-color css

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

 a { background-color: rgb(207,222,165); }

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

border-color css

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

 span { border-color: rgb(207,222,165); }

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