Html Css Color HEX #CCFFDE Cosmic Latte

📋 copy color: '#CCFFDE'

red 204 ◦ green 255 ◦ blue 222

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

Shades of Cosmic Latte #CCFFDE

Tints of Cosmic Latte #CCFFDE

RGB

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

 GREEN value IS 255 (100% from 255) = 37.44%

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

R = 29.96%
G = 37.44%
B = 32.6%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#CCFFDE (or 0xCCFFDE) is known color: Cosmic Latte. HEX triplet: CC, FF and DE. RGB value is (204,255,222). Sum of RGB (Red+Green+Blue) = 204+255+222=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDE is #330021. Grayscale: #ECECEC. Windows color (decimal): -3342370 or 14614476. OLE color: 14614476.

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

Color convert

RGB 204 255 222 -
CMYK 0.2 0 0.13 0
HSL 141.18º 1% 0.9% -
HSV(B) 141.18º 0.2% 1% -
XYZ 73.85 89.63 82.52 -
YUV 235.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 204 255 222 0.2 0 0.13 0 141.18 1 0.9
Hex CC FF DE 14 0 D 0 8D 64 5A
Octal 314 377 336 24 0 15 0 215 144 132
Binary 11001100 11111111 11011110 10100 0 1101 0 10001101 1100100 1011010

Color Harmonies of #CCFFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFDE

Black with #CCFFDE

Text Example


Text Example

White with #CCFFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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