Html Css Color HEX #CBCFE0 Periwinkle

📋 copy color: '#CBCFE0'

red 203 ◦ green 207 ◦ blue 224

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

Shades of Periwinkle #CBCFE0

Tints of Periwinkle #CBCFE0

RGB

 RED value IS 203 (79.69% from 255) = 32.02%

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

 BLUE value IS 224 (87.89% from 255) = 35.33%

R = 32.02%
G = 32.65%
B = 35.33%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CBCFE0 (or 0xCBCFE0) is known color: Periwinkle. HEX triplet: CB, CF and E0. RGB value is (203,207,224). Sum of RGB (Red+Green+Blue) = 203+207+224=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBCFE0 is #34301F. Grayscale: #CFCFCF. Windows color (decimal): -3420192 or 14733259. OLE color: 14733259.

HSL color Cylindrical-coordinate representation of color #CBCFE0: hue angle of 228.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBCFE0 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 207 224 -
CMYK 0.09 0.08 0 0.12
HSL 228.57º 0.25% 0.84% -
HSV(B) 228.57º 0.09% 0.88% -
XYZ 60.4 62.7 79.44 -
YUV 207.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 203 207 224 0.09 0.08 0 0.12 228.57 0.25 0.84
Hex CB CF E0 9 8 0 C E5 19 54
Octal 313 317 340 11 10 0 14 345 31 124
Binary 11001011 11001111 11100000 1001 1000 0 1100 11100101 11001 1010100

Color Harmonies of #CBCFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBCFE0

Black with #CBCFE0

Text Example


Text Example

White with #CBCFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBCFE0; }

 p { color: rgb(203,207,224); }

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

background-color css

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

 a { background-color: rgb(203,207,224); }

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

border-color css

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

 span { border-color: rgb(203,207,224); }

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