Html Css Color HEX #CCFEDE Cosmic Latte

📋 copy color: '#CCFEDE'

red 204 ◦ green 254 ◦ blue 222

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

Shades of Cosmic Latte #CCFEDE

Tints of Cosmic Latte #CCFEDE

RGB

 RED value IS 204 (80.08% from 255) = 30%

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

 BLUE value IS 222 (87.11% from 255) = 32.65%

R = 30%
G = 37.35%
B = 32.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#CCFEDE (or 0xCCFEDE) is known color: Cosmic Latte. HEX triplet: CC, FE and DE. RGB value is (204,254,222). Sum of RGB (Red+Green+Blue) = 204+254+222=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 222 (87.11% from 255 or 32.65% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEDE is #330121. Grayscale: #EBEBEB. Windows color (decimal): -3342626 or 14614220. OLE color: 14614220.

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

Color convert

RGB 204 254 222 -
CMYK 0.20 0 0.13 0.00
HSL 141.6º 0.96% 0.9% -
HSV(B) 141.6º 0.2% 1% -
XYZ 73.53 88.99 82.41 -
YUV 235.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 204 254 222 0.20 0 0.13 0.00 141.6 0.96 0.9
Hex CC FE DE 14 0 D 0 8E 60 5A
Octal 314 376 336 24 0 15 0 216 140 132
Binary 11001100 11111110 11011110 10100 0 1101 0 10001110 1100000 1011010

Color Harmonies of #CCFEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFEDE

Black with #CCFEDE

Text Example


Text Example

White with #CCFEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFEDE; }

 p { color: rgb(204,254,222); }

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

background-color css

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

 a { background-color: rgb(204,254,222); }

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

border-color css

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

 span { border-color: rgb(204,254,222); }

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