Html Css Color HEX #CAFCDB Cosmic Latte

📋 copy color: '#CAFCDB'

red 202 ◦ green 252 ◦ blue 219

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

Shades of Cosmic Latte #CAFCDB

Tints of Cosmic Latte #CAFCDB

RGB

 RED value IS 202 (79.3% from 255) = 30.01%

 GREEN value IS 252 (98.83% from 255) = 37.44%

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

R = 30.01%
G = 37.44%
B = 32.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#CAFCDB (or 0xCAFCDB) is known color: Cosmic Latte. HEX triplet: CA, FC and DB. RGB value is (202,252,219). Sum of RGB (Red+Green+Blue) = 202+252+219=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCDB is #350324. Grayscale: #E9E9E9. Windows color (decimal): -3474213 or 14417098. OLE color: 14417098.

HSL color Cylindrical-coordinate representation of color #CAFCDB: hue angle of 140.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 252 219 -
CMYK 0.20 0 0.13 0.01
HSL 140.4º 0.89% 0.89% -
HSV(B) 140.4º 0.2% 0.99% -
XYZ 71.95 87.29 80.07 -
YUV 233.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 202 252 219 0.20 0 0.13 0.01 140.4 0.89 0.89
Hex CA FC DB 14 0 D 1 8C 59 59
Octal 312 374 333 24 0 15 1 214 131 131
Binary 11001010 11111100 11011011 10100 0 1101 1 10001100 1011001 1011001

Color Harmonies of #CAFCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFCDB

Black with #CAFCDB

Text Example


Text Example

White with #CAFCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFCDB; }

 p { color: rgb(202,252,219); }

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

background-color css

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

 a { background-color: rgb(202,252,219); }

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

border-color css

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

 span { border-color: rgb(202,252,219); }

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