Html Css Color HEX #CFFBDB Cosmic Latte

📋 copy color: '#CFFBDB'

red 207 ◦ green 251 ◦ blue 219

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

Shades of Cosmic Latte #CFFBDB

Tints of Cosmic Latte #CFFBDB

RGB

 RED value IS 207 (81.25% from 255) = 30.58%

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

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

R = 30.58%
G = 37.08%
B = 32.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#CFFBDB (or 0xCFFBDB) is known color: Cosmic Latte. HEX triplet: CF, FB and DB. RGB value is (207,251,219). Sum of RGB (Red+Green+Blue) = 207+251+219=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 251 (98.44% from 255 or 37.08% from 677); Blue value is 219 (85.94% from 255 or 32.35% from 677); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFBDB is #300424. Grayscale: #EAEAEA. Windows color (decimal): -3146789 or 14416847. OLE color: 14416847.

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

Color convert

RGB 207 251 219 -
CMYK 0.18 0 0.13 0.02
HSL 136.36º 0.85% 0.9% -
HSV(B) 136.36º 0.18% 0.98% -
XYZ 73.02 87.37 80.03 -
YUV 234.2 119.42 108.6 -
System Red Green Blue C M Y K H S L
Decimal 207 251 219 0.18 0 0.13 0.02 136.36 0.85 0.9
Hex CF FB DB 12 0 D 2 88 55 5A
Octal 317 373 333 22 0 15 2 210 125 132
Binary 11001111 11111011 11011011 10010 0 1101 10 10001000 1010101 1011010

Color Harmonies of #CFFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFBDB

Black with #CFFBDB

Text Example


Text Example

White with #CFFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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