Html Css Color HEX #CEFADD Cosmic Latte

📋 copy color: '#CEFADD'

red 206 ◦ green 250 ◦ blue 221

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

Shades of Cosmic Latte #CEFADD

Tints of Cosmic Latte #CEFADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

 BLUE value IS 221 (86.72% from 255) = 32.64%

R = 30.43%
G = 36.93%
B = 32.64%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#CEFADD (or 0xCEFADD) is known color: Cosmic Latte. HEX triplet: CE, FA and DD. RGB value is (206,250,221). Sum of RGB (Red+Green+Blue) = 206+250+221=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFADD is #310522. Grayscale: #E9E9E9. Windows color (decimal): -3212579 or 14547662. OLE color: 14547662.

HSL color Cylindrical-coordinate representation of color #CEFADD: hue angle of 140.45º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFADD is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 221 -
CMYK 0.18 0 0.12 0.02
HSL 140.45º 0.81% 0.89% -
HSV(B) 140.45º 0.18% 0.98% -
XYZ 72.69 86.71 81.31 -
YUV 233.54 120.92 108.36 -
System Red Green Blue C M Y K H S L
Decimal 206 250 221 0.18 0 0.12 0.02 140.45 0.81 0.89
Hex CE FA DD 12 0 C 2 8C 51 59
Octal 316 372 335 22 0 14 2 214 121 131
Binary 11001110 11111010 11011101 10010 0 1100 10 10001100 1010001 1011001

Color Harmonies of #CEFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFADD

Black with #CEFADD

Text Example


Text Example

White with #CEFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFADD; }

 p { color: rgb(206,250,221); }

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

background-color css

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

 a { background-color: rgb(206,250,221); }

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

border-color css

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

 span { border-color: rgb(206,250,221); }

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