Html Css Color HEX #CEF2DA Swans Down

📋 copy color: '#CEF2DA'

red 206 ◦ green 242 ◦ blue 218

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

Shades of Swans Down #CEF2DA

Tints of Swans Down #CEF2DA

RGB

 RED value IS 206 (80.86% from 255) = 30.93%

 GREEN value IS 242 (94.92% from 255) = 36.34%

 BLUE value IS 218 (85.55% from 255) = 32.73%

R = 30.93%
G = 36.34%
B = 32.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#CEF2DA (or 0xCEF2DA) is known color: Swans Down. HEX triplet: CE, F2 and DA. RGB value is (206,242,218). Sum of RGB (Red+Green+Blue) = 206+242+218=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2DA is #310D25. Grayscale: #E4E4E4. Windows color (decimal): -3214630 or 14349006. OLE color: 14349006.

HSL color Cylindrical-coordinate representation of color #CEF2DA: hue angle of 140º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2DA is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 218 -
CMYK 0.15 0 0.10 0.05
HSL 140º 0.58% 0.88% -
HSV(B) 140º 0.15% 0.95% -
XYZ 69.86 81.69 78.41 -
YUV 228.5 122.07 111.95 -
System Red Green Blue C M Y K H S L
Decimal 206 242 218 0.15 0 0.10 0.05 140 0.58 0.88
Hex CE F2 DA F 0 A 5 8C 3A 58
Octal 316 362 332 17 0 12 5 214 72 130
Binary 11001110 11110010 11011010 1111 0 1010 101 10001100 111010 1011000

Color Harmonies of #CEF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2DA

Black with #CEF2DA

Text Example


Text Example

White with #CEF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2DA; }

 p { color: rgb(206,242,218); }

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

background-color css

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

 a { background-color: rgb(206,242,218); }

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

border-color css

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

 span { border-color: rgb(206,242,218); }

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