Html Css Color HEX #CCFBDB Cosmic Latte

📋 copy color: '#CCFBDB'

red 204 ◦ green 251 ◦ blue 219

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

Shades of Cosmic Latte #CCFBDB

Tints of Cosmic Latte #CCFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.24%

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

R = 30.27%
G = 37.24%
B = 32.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#CCFBDB (or 0xCCFBDB) is known color: Cosmic Latte. HEX triplet: CC, FB and DB. RGB value is (204,251,219). Sum of RGB (Red+Green+Blue) = 204+251+219=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBDB is #330424. Grayscale: #E9E9E9. Windows color (decimal): -3343397 or 14416844. OLE color: 14416844.

HSL color Cylindrical-coordinate representation of color #CCFBDB: hue angle of 139.15º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFBDB is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 251 219 -
CMYK 0.19 0 0.13 0.02
HSL 139.15º 0.85% 0.89% -
HSV(B) 139.15º 0.19% 0.98% -
XYZ 72.19 86.95 80 -
YUV 233.3 119.93 107.1 -
System Red Green Blue C M Y K H S L
Decimal 204 251 219 0.19 0 0.13 0.02 139.15 0.85 0.89
Hex CC FB DB 13 0 D 2 8B 55 59
Octal 314 373 333 23 0 15 2 213 125 131
Binary 11001100 11111011 11011011 10011 0 1101 10 10001011 1010101 1011001

Color Harmonies of #CCFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFBDB

Black with #CCFBDB

Text Example


Text Example

White with #CCFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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