Html Css Color HEX #CCFFDC Cosmic Latte

📋 copy color: '#CCFFDC'

red 204 ◦ green 255 ◦ blue 220

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

Shades of Cosmic Latte #CCFFDC

Tints of Cosmic Latte #CCFFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.4%

R = 30.04%
G = 37.56%
B = 32.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#CCFFDC (or 0xCCFFDC) is known color: Cosmic Latte. HEX triplet: CC, FF and DC. RGB value is (204,255,220). Sum of RGB (Red+Green+Blue) = 204+255+220=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 255 (100% from 255 or 37.56% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDC is #330023. Grayscale: #EBEBEB. Windows color (decimal): -3342372 or 14483404. OLE color: 14483404.

HSL color Cylindrical-coordinate representation of color #CCFFDC: hue angle of 138.82º 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 #CCFFDC is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 220 -
CMYK 0.2 0 0.14 0
HSL 138.82º 1% 0.9% -
HSV(B) 138.82º 0.2% 1% -
XYZ 73.58 89.52 81.11 -
YUV 235.76 119.1 105.35 -
System Red Green Blue C M Y K H S L
Decimal 204 255 220 0.2 0 0.14 0 138.82 1 0.9
Hex CC FF DC 14 0 E 0 8B 64 5A
Octal 314 377 334 24 0 16 0 213 144 132
Binary 11001100 11111111 11011100 10100 0 1110 0 10001011 1100100 1011010

Color Harmonies of #CCFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFDC

Black with #CCFFDC

Text Example


Text Example

White with #CCFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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