Html Css Color HEX #CFEED7 Swans Down

📋 copy color: '#CFEED7'

red 207 ◦ green 238 ◦ blue 215

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

Shades of Swans Down #CFEED7

Tints of Swans Down #CFEED7

RGB

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

 GREEN value IS 238 (93.36% from 255) = 36.06%

 BLUE value IS 215 (84.38% from 255) = 32.58%

R = 31.36%
G = 36.06%
B = 32.58%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#CFEED7 (or 0xCFEED7) is known color: Swans Down. HEX triplet: CF, EE and D7. RGB value is (207,238,215). Sum of RGB (Red+Green+Blue) = 207+238+215=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEED7 is #301128. Grayscale: #E2E2E2. Windows color (decimal): -3150121 or 14151375. OLE color: 14151375.

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

Color convert

RGB 207 238 215 -
CMYK 0.13 0 0.10 0.07
HSL 135.48º 0.48% 0.87% -
HSV(B) 135.48º 0.13% 0.93% -
XYZ 68.57 79.32 75.99 -
YUV 226.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 207 238 215 0.13 0 0.10 0.07 135.48 0.48 0.87
Hex CF EE D7 D 0 A 7 87 30 57
Octal 317 356 327 15 0 12 7 207 60 127
Binary 11001111 11101110 11010111 1101 0 1010 111 10000111 110000 1010111

Color Harmonies of #CFEED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEED7

Black with #CFEED7

Text Example


Text Example

White with #CFEED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEED7; }

 p { color: rgb(207,238,215); }

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

background-color css

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

 a { background-color: rgb(207,238,215); }

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

border-color css

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

 span { border-color: rgb(207,238,215); }

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