Html Css Color HEX #CCFFDA Cosmic Latte

📋 copy color: '#CCFFDA'

red 204 ◦ green 255 ◦ blue 218

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

Shades of Cosmic Latte #CCFFDA

Tints of Cosmic Latte #CCFFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.2%

R = 30.13%
G = 37.67%
B = 32.2%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#CCFFDA (or 0xCCFFDA) is known color: Cosmic Latte. HEX triplet: CC, FF and DA. RGB value is (204,255,218). Sum of RGB (Red+Green+Blue) = 204+255+218=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDA is #330025. Grayscale: #EBEBEB. Windows color (decimal): -3342374 or 14352332. OLE color: 14352332.

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

Color convert

RGB 204 255 218 -
CMYK 0.2 0 0.15 0
HSL 136.47º 1% 0.9% -
HSV(B) 136.47º 0.2% 1% -
XYZ 73.32 89.42 79.73 -
YUV 235.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 204 255 218 0.2 0 0.15 0 136.47 1 0.9
Hex CC FF DA 14 0 F 0 88 64 5A
Octal 314 377 332 24 0 17 0 210 144 132
Binary 11001100 11111111 11011010 10100 0 1111 0 10001000 1100100 1011010

Color Harmonies of #CCFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFDA

Black with #CCFFDA

Text Example


Text Example

White with #CCFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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