Html Css Color HEX #CACFEF Periwinkle

📋 copy color: '#CACFEF'

red 202 ◦ green 207 ◦ blue 239

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

Shades of Periwinkle #CACFEF

Tints of Periwinkle #CACFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.94%

 BLUE value IS 239 (93.75% from 255) = 36.88%

R = 31.17%
G = 31.94%
B = 36.88%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CACFEF (or 0xCACFEF) is known color: Periwinkle. HEX triplet: CA, CF and EF. RGB value is (202,207,239). Sum of RGB (Red+Green+Blue) = 202+207+239=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #CACFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFEF is #353010. Grayscale: #D1D1D1. Windows color (decimal): -3485713 or 15716298. OLE color: 15716298.

HSL color Cylindrical-coordinate representation of color #CACFEF: hue angle of 231.89º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACFEF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 207 239 -
CMYK 0.15 0.13 0 0.06
HSL 231.89º 0.54% 0.86% -
HSV(B) 231.89º 0.15% 0.94% -
XYZ 62.25 63.41 90.62 -
YUV 209.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 202 207 239 0.15 0.13 0 0.06 231.89 0.54 0.86
Hex CA CF EF F D 0 6 E8 36 56
Octal 312 317 357 17 15 0 6 350 66 126
Binary 11001010 11001111 11101111 1111 1101 0 110 11101000 110110 1010110

Color Harmonies of #CACFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFEF

Black with #CACFEF

Text Example


Text Example

White with #CACFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFEF; }

 p { color: rgb(202,207,239); }

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

background-color css

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

 a { background-color: rgb(202,207,239); }

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

border-color css

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

 span { border-color: rgb(202,207,239); }

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