Html Css Color HEX #CCFFDB Cosmic Latte

📋 copy color: '#CCFFDB'

red 204 ◦ green 255 ◦ blue 219

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

Shades of Cosmic Latte #CCFFDB

Tints of Cosmic Latte #CCFFDB

RGB

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

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

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

R = 30.09%
G = 37.61%
B = 32.3%

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

#CCFFDB (or 0xCCFFDB) is known color: Cosmic Latte. HEX triplet: CC, FF and DB. RGB value is (204,255,219). Sum of RGB (Red+Green+Blue) = 204+255+219=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFDB is #330024. Grayscale: #EBEBEB. Windows color (decimal): -3342373 or 14417868. OLE color: 14417868.

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

Color convert

RGB 204 255 219 -
CMYK 0.2 0 0.14 0
HSL 137.65º 1% 0.9% -
HSV(B) 137.65º 0.2% 1% -
XYZ 73.45 89.47 80.42 -
YUV 235.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 204 255 219 0.2 0 0.14 0 137.65 1 0.9
Hex CC FF DB 14 0 E 0 8A 64 5A
Octal 314 377 333 24 0 16 0 212 144 132
Binary 11001100 11111111 11011011 10100 0 1110 0 10001010 1100100 1011010

Color Harmonies of #CCFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFFDB

Black with #CCFFDB

Text Example


Text Example

White with #CCFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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