Html Css Color HEX #CDFEDB Cosmic Latte

📋 copy color: '#CDFEDB'

red 205 ◦ green 254 ◦ blue 219

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

Shades of Cosmic Latte #CDFEDB

Tints of Cosmic Latte #CDFEDB

RGB

 RED value IS 205 (80.47% from 255) = 30.24%

 GREEN value IS 254 (99.61% from 255) = 37.46%

 BLUE value IS 219 (85.94% from 255) = 32.3%

R = 30.24%
G = 37.46%
B = 32.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#CDFEDB (or 0xCDFEDB) is known color: Cosmic Latte. HEX triplet: CD, FE and DB. RGB value is (205,254,219). Sum of RGB (Red+Green+Blue) = 205+254+219=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEDB is #320124. Grayscale: #EBEBEB. Windows color (decimal): -3277093 or 14417613. OLE color: 14417613.

HSL color Cylindrical-coordinate representation of color #CDFEDB: hue angle of 137.14º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEDB is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 219 -
CMYK 0.19 0 0.14 0.00
HSL 137.14º 0.96% 0.9% -
HSV(B) 137.14º 0.19% 1% -
XYZ 73.4 88.98 80.32 -
YUV 235.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 205 254 219 0.19 0 0.14 0.00 137.14 0.96 0.9
Hex CD FE DB 13 0 E 0 89 60 5A
Octal 315 376 333 23 0 16 0 211 140 132
Binary 11001101 11111110 11011011 10011 0 1110 0 10001001 1100000 1011010

Color Harmonies of #CDFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFEDB

Black with #CDFEDB

Text Example


Text Example

White with #CDFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFEDB; }

 p { color: rgb(205,254,219); }

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

background-color css

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

 a { background-color: rgb(205,254,219); }

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

border-color css

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

 span { border-color: rgb(205,254,219); }

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