Html Css Color HEX #CACFED Periwinkle

📋 copy color: '#CACFED'

red 202 ◦ green 207 ◦ blue 237

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

Shades of Periwinkle #CACFED

Tints of Periwinkle #CACFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.69%

R = 31.27%
G = 32.04%
B = 36.69%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CACFED (or 0xCACFED) is known color: Periwinkle. HEX triplet: CA, CF and ED. RGB value is (202,207,237). Sum of RGB (Red+Green+Blue) = 202+207+237=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #CACFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACFED is #353012. Grayscale: #D0D0D0. Windows color (decimal): -3485715 or 15585226. OLE color: 15585226.

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

Color convert

RGB 202 207 237 -
CMYK 0.15 0.13 0 0.07
HSL 231.43º 0.49% 0.86% -
HSV(B) 231.43º 0.15% 0.93% -
XYZ 61.96 63.3 89.07 -
YUV 208.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 202 207 237 0.15 0.13 0 0.07 231.43 0.49 0.86
Hex CA CF ED F D 0 7 E7 31 56
Octal 312 317 355 17 15 0 7 347 61 126
Binary 11001010 11001111 11101101 1111 1101 0 111 11100111 110001 1010110

Color Harmonies of #CACFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACFED

Black with #CACFED

Text Example


Text Example

White with #CACFED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACFED; }

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

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

background-color css

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

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

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

border-color css

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

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

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